

/* Start:/local/templates/rootpulse landing/styles.css?178342218234468*/
:root {
  --color-bg: #111111;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-gray-999: #999999;
  --color-accent-green: #bdfe52;
  --container: 1800px;
  --page-gutter: clamp(16px, 2.5vw, 40px);
  --section-gap: clamp(64px, 6vw, 100px);
}

@font-face {
  font-family: "Coolvetica";
  src: url("/local/templates/rootpulse landing/./assets/fonts/Coolvetica/coolvetica rg.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--color-bg);
  color: var(--color-white);
  font-family: "Manrope", sans-serif;
}

.screen {
  padding: 0 0 120px;
}

.page {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.section-inner {
  width: min(var(--container), calc(100% - var(--page-gutter) * 2));
  margin: 0 auto;
}

.header {
  min-height: 87px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 50px;
}

.header__socials {
  display: flex;
  align-items: center;
  gap: 11px;
}

.header__socials-label,
.header__project-link span {
  font-family: "Coolvetica", "Manrope", sans-serif;
  font-size: 16px;
  color: #999;
  margin-bottom: 12px;
}

.header__socials-label {
  margin-bottom: 0;
}

.header__social-link {
  display: inline-flex;
  flex-shrink: 0;
}

.header__social-link img {
  display: block;
  width: 42px;
  height: 32px;
}

.header__project-link {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #999;
  text-decoration: none;
}

.header__project-link img {
  width: 14px;
  height: 15px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(12px, 2vw, 20px);
  align-items: start;
  margin-bottom: 0;
  padding: 0 clamp(8px, 1.5vw, 20px);
}

.hero__content {
  max-width: 927px;
}

.hero__top-badge {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 30px;
}

.hero__top-badge-icon {
  width: 34px;
  height: 34px;
}

.hero__top-badge-text {
  margin: 4px 0 0;
  font-family: "ZCOOL KuaiLe", cursive;
  font-size: 19.6px;
}

.hero__top-badge-text--light {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
}

.hero__top-badge-text--accent {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
}

.hero__top-badge-rotator {
  display: inline-block;
  vertical-align: top;
}

.hero__top-badge-rotator__word {
  display: inline-block;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.hero__top-badge-rotator__word.is-leaving {
  opacity: 0;
  transform: translateY(-0.35em);
}

.hero__top-badge-rotator__word.is-entering {
  opacity: 0;
  transform: translateY(0.35em);
}

.hero__title {
  margin: 0;
  font-family: "Coolvetica", "Manrope", sans-serif;
  font-size: clamp(54px, 4.2vw, 80px);
  line-height: 95%;
  font-weight: 100;
}

h1, h2, h3, h4 {
  font-weight: 300;
}

.hero__title-br {
  display: none;
}

.hero__title-accent {
  color: var(--color-accent-green);
}

.hero__description {
  margin: 30px 0 0;
  max-width: min(627px, 100%);
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 108%;
}

.hero__cta-row {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.hero__button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  height: 46.56px;
  padding: 12px 18px;
  background: var(--color-accent-green);
  border-radius: 14.7px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  text-decoration: none;
  color: var(--color-black);
}

.hero__button::before,
.hero__button::after,
.audit-cta__button::before,
.audit-cta__button::after,
.tariffs__card-btn::before,
.tariffs__card-btn::after,
.audit-cta__messenger::before,
.audit-cta__messenger::after {
  content: "";
  position: absolute;
  top: -20%;
  width: 38%;
  height: 140%;
  pointer-events: none;
  transform: skewX(-18deg);
}

.hero__button::before,
.audit-cta__button::before,
.tariffs__card-btn::before,
.audit-cta__messenger::before {
  left: -55%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.5) 42%,
    rgba(255, 255, 255, 0.95) 50%,
    rgba(255, 255, 255, 0.5) 58%,
    transparent 100%
  );
  animation: hero-button-glitch 2.7s linear infinite;
}

.audit-cta__messenger::before {
  z-index: 2;
  mix-blend-mode: soft-light;
}

@keyframes hero-button-glitch {
  0% {
    left: -55%;
    opacity: 1;
  }

  4% {
    opacity: 1;
  }

  26% {
    left: 135%;
    opacity: 0;
  }

  100% {
    left: 135%;
    opacity: 0;
  }
}

.hero__button-text {
  position: relative;
  z-index: 1;
  font-family: "Coolvetica", "Manrope", sans-serif;
  font-size: 20px;
}

.hero__button-icon {
  position: relative;
  z-index: 1;
  width: 18px;
  height: 19px;
}

.hero__cta-note {
  margin: 0;
  max-width: 205px;
  font-size: 20px;
  line-height: 108%;
}

.hero__stats {
  margin-top: 50px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 46.56px;
  width: max-content;
  max-width: 100%;
}

.hero__stat {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.hero__stat:nth-of-type(1) {
  width: 120px;
}

.hero__stat:nth-of-type(2) {
  width: 194px;
}

.hero__stat:nth-of-type(3) {
  width: 131px;
}

.hero__stat-value {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 108%;
  text-align: left;
}

.hero__stat-label {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 108%;
  text-align: left;
}

.hero__stats-divider {
  flex-shrink: 0;
  align-self: center;
  width: 0.61px;
  height: 31.86px;
  background: #fff;
}

.hero__visual {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: clamp(480px, 42vw, 690px);
  margin-bottom: -45px;
}

.hero__figure {
  bottom: 45px;
}
.hero__figure-wrap {
  position: relative;
  width: min(980px, 110%);
  margin-left: auto;
  margin-top: auto;
}

.hero__blur {
  position: absolute;
  right: 80px;
  bottom: 40px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: var(--color-accent-green);
  filter: blur(160px);
}

.hero__figure {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  left: clamp(-48px, -5vw, -84px);
  transform: scale(1);
  transform-origin: bottom center;
}

.ar-first {
  transform: scaleY(-1) rotate(105deg);
}

.hero__note {
  position: absolute;
  right: clamp(-16px, -2vw, -33px);
  top: 17px;
  margin: 0;
  width: min(345px, 28vw);
  z-index: 1;
}

.hero__note-shape {
  width: 100%;
  display: block;
}

.hero__note-text {
  position: absolute;
  left: 41px;
  top: 50px;
  width: 272px;
  margin: 0;
  font-size: 15.94px;
  font-weight: 700;
  line-height: 95%;
  text-align: center;
  color: #000;
  transform: rotate(10deg);
}

.hero__note-text--light {
  color: rgba(0, 0, 0, 0.6);
}

.results {
  border-radius: 30px;
  background: #000;
  padding: clamp(28px, 3vw, 44px) clamp(24px, 4vw, 70px) clamp(28px, 3vw, 45px);
  margin-top: 0;
  min-height: clamp(680px, 50vw, 827px);
}

.results__title {
  margin: 0 0 clamp(32px, 3vw, 50px);
  font-family: "Coolvetica", "Manrope", sans-serif;
  font-size: clamp(42px, 3.4vw, 60px);
  line-height: 108%;
  text-align: center;
  font-weight: 300;
}

.results__title-accent {
  color: var(--color-accent-green);
}

.results__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 36px);
}

.results__slider-head {
  display: none;
}

.results__slider {
  width: 100%;
}

@media (min-width: 769px) {
  .results__slider {
    overflow: visible;
  }

  .about-automation__line--crm {
    font-size: 28px;
    margin-left: 25px;
    right: 30px;
    top: 260px;
    max-width: 690px;
  }

  .results__cards.swiper-wrapper {
    display: grid;
    transform: none !important;
  }

  .results__card.swiper-slide {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
  }
}

.results__card {
  position: relative;
  min-height: clamp(520px, 38vw, 621px);
  border-radius: 15px;
  background: #000;
  padding: 31px 25px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  overflow: hidden;
}

.results__card::before {
  content: "";
  position: absolute;
  inset: -70%;
  transform-origin: center;
  border-radius: 15px;
  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    transparent 64deg,
    var(--card-glow-color) 110deg,
    transparent 156deg,
    transparent 360deg
  );
  z-index: -1;
  animation: results-border-rotate 3s linear infinite;
  will-change: transform;
}

.results__card::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 12px;
  background: #000;
  z-index: -1;
}

.results__card--1 {
  --card-glow-color: rgba(189, 254, 82, 1);
}

.results__card--2 {
  --card-glow-color: rgba(96, 239, 246, 1);
}

.results__card--3 {
  --card-glow-color: rgba(255, 231, 49, 1);
}

.results__card--4 {
  --card-glow-color: rgba(217, 155, 253, 1);
}

@keyframes results-border-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.results__card-title {
  margin: 0;
  text-align: center;
  font-size: clamp(22px, 1.6vw, 30px);
  font-weight: 700;
  line-height: 108%;
}

.results__card-title span {
  display: block;
}

.results__card-icon {
  margin-top: 18px;
  height: 180px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.results__card-main {
  margin: 28px 0 0;
  text-align: center;
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 108%;
  padding-inline: clamp(4px, 0.6vw, 10px);
}

.results__card-line {
  width: 183px;
  height: 1px;
  margin: 30px 0 0;
}

.results__card-list {
  width: 100%;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.results__card-list li {
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 108%;
  margin-bottom: 13px;
}

.results__card-title-accent-green {
  color: #bdfe52;

}

.results__card-line--green {
  background: #bdfe52;
}

.results__card-title-accent-blue {
  color: #5ee9f0;
}

.results__card-line--blue {
  background: #5ee9f0;
}

.results__card-title-accent-yellow {
  color: #ffe731;
}

.results__card-line--yellow {
  background: #ffe731;
}

.results__card-title-accent-white {
  color: #fff;
}

.results__card--4 .results__card-title {
  color: #D99BFD;
}

.results__card-line--violet {
  color: #fff;
  background: #d99bfd;
}

.tariffs {
  --tariffs-card-width: min(562.56px, calc(100cqw / (5 - 4 * 251.46 / 562.56)));
  --tariffs-overlap: calc(var(--tariffs-card-width) * 251.46 / 562.56);
  --tariffs-active-h: calc(var(--tariffs-card-width) * 541.25 / 562.56);
  --tariffs-scale-inactive: 0.8818;

  container-type: inline-size;
  min-height: var(--tariffs-active-h);
  padding: clamp(48px, 4.5vw, 80px) 0 0;
  overflow: visible;
}

.tariffs__track {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-height: var(--tariffs-active-h);
}

@media (min-width: 1281px) {
  .tariffs__track {
    overflow-x: clip;
  }
}

.tariffs__card {
  position: relative;
  z-index: 1;
  flex: 0 0 var(--tariffs-card-width);
  width: var(--tariffs-card-width);
  min-height: var(--tariffs-active-h);
  margin-right: calc(-1 * var(--tariffs-overlap));
  border-radius: 22.82px;
  background: #f8f8f8;
  box-shadow: 0 28px 48px rgba(0, 0, 0, 0.2);
  transform: scale(var(--tariffs-scale-inactive));
  transform-origin: center center;
  transition: transform 0.2s ease-out;
}

@media (hover: hover) and (pointer: fine) {
  .tariffs__track:not(:has(.tariffs__card:hover)) .tariffs__card:not(:first-child),
  .tariffs__track:has(.tariffs__card:hover) .tariffs__card:not(:hover) {
    filter: blur(3.81px);
  }
}

.tariffs__card:last-child {
  margin-right: 0;
}

.tariffs__track:not(:has(.tariffs__card:hover)) .tariffs__card:first-child,
.tariffs__card:hover {
  z-index: 5;
  transform: scale(1);
  filter: none;
}

.tariffs__track:has(.tariffs__card:hover) .tariffs__card:not(:hover) {
  z-index: 1;
}

.tariffs__card-body {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.35vw, 24.24px);
  height: 100%;
  padding: clamp(24px, 2.4vw, 42.78px) clamp(16px, 1.3vw, 22.82px) clamp(16px, 1.2vw, 21.39px);
}

.tariffs__card-head {
  display: flex;
  flex-direction: column;
  gap: 11.98px;
}

.tariffs__card-title {
  margin: 0;
  font-family: "Coolvetica", "Manrope", sans-serif;
  font-size: clamp(20px, 1.45vw, 26px);
  font-weight: 400;
  line-height: 108%;
  color: #000;
}

.tariffs__card-desc {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 116%;
  color: rgba(0, 0, 0, 0.64);
}

.tariffs__card-price {
  margin: 0;
  font-family: "Coolvetica", "Manrope", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 108%;
  color: #000;
}

.tariffs__card-divider {
  display: block;
  width: 100%;
  height: 1.5px;
  background: rgba(0, 1, 34, 0.4);
  opacity: 0.5;
}

.tariffs__card-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11.98px;
}

.tariffs__card-list li {
  display: flex;
  align-items: flex-start;
  gap: 11.98px;
  font-size: 17.97px;
  font-weight: 500;
  line-height: 116%;
  letter-spacing: -0.01em;
  color: #000;
}

.tariffs__card-list img {
  width: 17.97px;
  height: 17.97px;
  flex-shrink: 0;
  margin-top: 2px;
}

.tariffs__card-btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(317.5px, 100%);
  height: clamp(42px, 2.7vw, 48.26px);
  border-radius: 12.79px;
  background: #000;
  font-size: clamp(13px, 0.85vw, 14.98px);
  font-weight: 600;
  line-height: 116%;
  color: #f8f8f8;
  text-decoration: none;
}

.tariffs__card-days {
  margin: 0;
  font-size: 14.98px;
  font-weight: 500;
  line-height: 116%;
  color: #000;
}

.about-automation {
  position: relative;
  min-height: clamp(480px, 33vw, 593px);
  margin-top: clamp(64px, 5.5vw, 80px);
  padding-top: 9px;
}

.about-automation:after {
  content: '';
  background: url('/local/templates/rootpulse landing/./assets/img/bird.svg') no-repeat;
  background-size: contain;
  height: clamp(520px, 55vw, 1000px);
  width: clamp(520px, 55vw, 1000px);
  position: absolute;
  display: block;
  right: -2%;
  top: clamp(-140px, -12vw, -200px);
  pointer-events: none;
}

.about-automation__line {
  position: absolute;
  z-index: 10;
  margin: 0;
  font-family: "Coolvetica", "Manrope", sans-serif;
  line-height: 95%;
}

.about-automation__line--know,
.about-automation__line--almost {
  font-size: clamp(48px, 4.45vw, 80px);
  color: #bdfe52;
}

.about-automation__line--know {
  left: 4.45%;
  top: 0;
  max-width: 12.45%;
}

.about-automation__line--almost {
  left: 8.62%;
  top: 9.78%;
  max-width: 20.5%;
}

.about-automation__line--about,
.about-automation__line--excel {
  font-size: clamp(36px, 3.34vw, 60px);
  color: #fff;
}

.about-automation__line--about {
  left: 8.62%;
  white-space: nowrap;
  top: 22.6%;
  max-width: 26.5%;
}

.about-automation__line--desc,
.about-automation__line--tagline {
  font-size: clamp(18px, 1.67vw, 30px);
  color: #999;
}

.about-automation__line--desc {
  left: 8.62%;
  top: 33.22%;
  max-width: 28.74%;
}

.about-automation__line--crm {
  font-size: 60px;
  margin-left: 25px;
}

.about-automation__line--excel {
  left: 4.45%;
  top: 68.8%;
  max-width: 45.58%;
}

.about-automation__line--tagline {
  left: 4.45%;
  top: 90.22%;
  max-width: 21.12%;
}

.about-automation__arrow {
  display: none;
}

.workflow {
  min-height: clamp(360px, 28vw, 403px);
  margin-top: clamp(64px, 6vw, 100px);
}

.workflow__steps {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(220px, 28.7%) minmax(180px, 1fr) minmax(220px, 28.7%);
  grid-template-areas:
    "request audit launch"
    "request deal launch";
  justify-content: space-between;
  align-items: stretch;
  min-height: clamp(360px, 28vw, 403px);
  gap: clamp(12px, 1.5vw, 21px);
  position: relative;
}

.workflow__step--request {
  grid-area: request;
}
.workflow__step--request:before {
  content: '';
  background: url('/local/templates/rootpulse landing/assets/img/union.svg') no-repeat;
  width: 29px;
  height: 60px;
  display: block;
  position: absolute;
  right: -25px;
  top: 50px;
}

.workflow__step--audit:before {
  content: '';
  background: url('/local/templates/rootpulse landing/assets/img/union.svg') no-repeat;
  width: 29px;
  height: 60px;
  display: block;
  position: absolute;
  bottom: -39px;
  LEFT: calc(50% - 20px);
  transform: rotate(90deg);
}

.workflow__step--deal:before {
  content: '';
  background: url('/local/templates/rootpulse landing/assets/img/union.svg') no-repeat;
  width: 29px;
  height: 60px;
  display: block;
  position: absolute;
  right: -25px;
  top: 50px;
}


.workflow__step--request .workflow__step-text {
  max-width: 260px;
}

.workflow__step--audit {
  grid-area: audit;
}

.workflow__step--deal {
  grid-area: deal;
}

.workflow__step--launch {
  grid-area: launch;
}

.workflow__step-title {
  position: relative;
  z-index: 1;
  margin: 0 0 7px;
  font-family: "Coolvetica", "Manrope", sans-serif;
  font-size: clamp(22px, 1.6vw, 30px);
  line-height: 116%;
}

.workflow__step-text {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 116%;
}

.workflow__step {
  position: relative;

  background: #2b292a;
  border-radius: 18px;
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.workflow__step-digit {
  position: absolute;
  right: clamp(16px, 4vw, 70px);
  top: 0;
  font-family: "Coolvetica", "Manrope", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  pointer-events: none;
}

.workflow__step--launch .workflow__step-text {
  max-width: 360px;
}
.workflow__step--deal .workflow__step-text {
  max-width: 400px;
}
.workflow__step--request {
  padding-left: clamp(24px, 4vw, 70px);
}
.workflow__step--audit .workflow__step-text {
  max-width: 400px;
}

.workflow__step--audit, .workflow__step--deal, .workflow__step--launch {
  padding-left: clamp(20px, 2.8vw, 50px);
}

.workflow__step-digit--1,
.workflow__step-digit--4 {
  font-size: clamp(140px, 22vw, 400px);
}

.workflow__step-digit--2,
.workflow__step-digit--3 {
  font-size: clamp(90px, 12vw, 220px);
  top: -26px;
}

.workflow__step-digit--1,
.workflow__step-digit--2 {
  background-image: linear-gradient(180deg, rgba(43, 41, 42, 1) 0%, rgba(145, 138, 142, 1) 100%);
}

.workflow__step-digit--3 {
  background-image: linear-gradient(199deg, rgba(43, 41, 42, 1) 0%, rgba(145, 138, 142, 1) 100%);
}

.workflow__step-digit--4 {
  background-image: linear-gradient(115deg, rgba(43, 41, 42, 1) 19%, rgba(145, 138, 142, 1) 100%);
}

.audit-cta__panel {
  border-radius: 27.4329px;
  background: #000;
  padding: clamp(24px, 2.5vw, 33px) clamp(24px, 4vw, 72px) clamp(24px, 3vw, 40px) clamp(32px, 6vw, 112px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, min(800px, 46%));
  gap: clamp(24px, 3vw, 48px);
  min-height: clamp(480px, 36vw, 527px);
}

.audit-cta {
  margin-top: clamp(64px, 6vw, 83px);
}

.audit-cta__title {
  margin: 0;
  max-width: min(752px, 100%);
  font-family: "Coolvetica", "Manrope", sans-serif;
  font-size: clamp(36px, 3.2vw, 57.7534px);
  line-height: 1.02;
}

.audit-cta__subtitle {
  margin: 24px 0 0;
  font-size: clamp(22px, 2vw, 36.0959px);
  font-weight: 500;
  line-height: 116%;
  color: #999;
}

.audit-cta__benefits {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.audit-cta__benefit {
  display: flex;
  align-items: center;
  gap: 16px;
}

.audit-cta__benefit img {
  width: 43px;
  height: 43px;
}

.audit-cta__benefit span {
  font-size: clamp(18px, 1.6vw, 28.8767px);
  font-weight: 500;
  line-height: 116%;
}

.audit-cta__form-wrap {
  display: flex;
  flex-direction: column;
  gap: 23px;
  padding-top: 8px;
}

.audit-cta__form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 23px;
}

.audit-cta__field {
  background: #f5f7fa;
  border-radius: 17.326px;
  padding: clamp(16px, 1.25vw, 23.1014px);
  display: flex;
  align-items: center;
  gap: clamp(12px, 1vw, 18px);
  font-size: clamp(16px, 1.25vw, 23.1014px);
  color: #999;
}

.audit-cta__field--full {
  width: 100%;
}

.audit-cta__input {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  font-family: "Manrope", sans-serif;
  font-size: clamp(16px, 1.25vw, 23.1014px);
  font-weight: 400;
  color: #111;
}

.audit-cta__input::placeholder {
  color: #999;
}

.audit-cta__field--phone .audit-cta__input {
  color: #999;
}

.audit-cta__phone-prefix {
  color: #000;
}

.audit-cta__actions {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(12px, 1.5vw, 24px);
  width: 100%;
  margin-top: 18px;
}

.audit-cta__messengers {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: clamp(10px, 1.2vw, 19px);
}

.audit-cta__button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 0;
  border-radius: 17.326px;
  background: #bdfe52;
  height: clamp(64px, 5vw, 82.3px);
  min-width: clamp(220px, 48%, 398.5px);
  max-width: 100%;
  padding: 0 clamp(20px, 2.2vw, 40px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  gap: clamp(12px, 1.2vw, 21.6575px);
}

.audit-cta__button span {
  position: relative;
  z-index: 1;
  font-family: "Coolvetica", "Manrope", sans-serif;
  font-size: clamp(16px, 1.25vw, 23.1014px);
  line-height: 108%;
}

.audit-cta__button img {
  position: relative;
  z-index: 1;
  width: 21.66px;
  height: 21.66px;
}

.audit-cta__note {
  margin: 0;
  flex-shrink: 1;
  min-width: 0;
  font-size: clamp(13px, 1.1vw, 23.1014px);
  line-height: 108%;
  color: #999;
}

.audit-cta__messenger {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  flex-shrink: 0;
  border-radius: 16px;
}

.audit-cta__messenger img {
  position: relative;
  z-index: 1;
  width: clamp(56px, 4.6vw, 82px);
  height: auto;
  aspect-ratio: 82 / 77;
  display: block;
}

.footer {
  margin-top: clamp(64px, 6vw, 100px);
}

.footer__inner {
  border-top: 1px solid transparent;
  padding: clamp(72px, 6vw, 100px) clamp(24px, 6vw, 120px) 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer__brand img {
  width: 24px;
  height: 24px;
}

.footer__brand span {
  font-size: 16px;
  line-height: 24px;
  color: #ebecf0;
}

.footer__socials img {
  display: block;
  height: 24px;
  width: auto;
}

.footer__copyright {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #aeb2bd;
}

.footer__meta {
  margin: 0;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: rgba(174, 178, 189, 0.21);
}

.header__social-link,
.header__project-link,
.hero__button,
.audit-cta__button,
.audit-cta__messenger,
.tariffs__card-btn {
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.header__social-link:hover,
.header__project-link:hover,
.hero__button:hover,
.audit-cta__button:hover,
.audit-cta__messenger:hover,
.tariffs__card-btn:hover {
  transform: translateY(-1px);
  opacity: 0.92;
}

@media (max-width: 1600px) {
  .hero__figure-wrap {
    width: min(900px, 105%);
  }

  .hero__figure {
    transform: scale(1.04);
    left: -64px;
  }

  .hero__blur {
    right: clamp(24px, 5vw, 80px);
    width: clamp(200px, 18vw, 280px);
    height: clamp(200px, 18vw, 280px);
  }
}

@media (max-width: 1440px) {
  .hero__figure {
    transform: scale(0.96);
    left: -48px;
  }

  .hero__figure {
    bottom: 0;
  }

  .results.section-inner {
    position: relative;
    z-index: 1;
  }

  .hero__stats {
    margin-bottom: 40px;
  }

  .audit-cta__panel {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 42%);
  }

  .results__cards {
    gap: clamp(14px, 1.5vw, 28px);
  }
}

@media (max-width: 1281px) and (min-width: 1101px) {
  .hero__figure {
    transform: scale(0.9);
    left: -32px;
  }

  .hero__visual {
    min-height: clamp(440px, 48vw, 620px);
  }
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero__visual {
    min-height: clamp(440px, 55vw, 580px);
    margin-bottom: 0;
  }

  .hero__figure-wrap {
    width: min(760px, 100%);
    margin-left: auto;
    margin-right: auto;
    top: 0;
  }

  .hero__figure {
    left: 0;
    transform: scale(0.92);
  }

  .hero__note {
    right: 0;
    width: min(300px, 42vw);
  }
}

@media (max-width: 1280px) {
  .section-inner {
    width: calc(100% - var(--page-gutter) * 2);
  }

  .about-automation:after {
    display: none;
  }

  .about-automation {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-height: auto;
    margin-top: 64px;
    padding-top: 0;
  }

  .about-automation__line {
    position: static;
    max-width: none;
  }

  .about-automation,
  .workflow,
  .audit-cta {
    margin-top: 64px;
  }

  .results__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workflow__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "request launch"
      "audit deal";
  }

  .audit-cta__panel {
    grid-template-columns: 1fr;
    padding: 32px;
  }

  .footer__inner {
    padding: 72px 24px 32px;
  }

  .tariffs {
    padding: 24px 0;
  }

  .tariffs__track {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 16px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .tariffs__card {
    flex-shrink: 0;
  }
}

@media (max-width: 1280px) and (min-width: 769px) {
  .results__card::before {
    animation: none;
  }
}

@media (max-width: 1280px) and (min-width: 769px) {
  .workflow__step-digit {
    display: none;
  }
}

@media (max-width: 768px) {
  .page {
    gap: 34px;
  }

  .header {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 0;
    min-height: auto;
    padding-top: 28px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .header__socials {
    gap: 8px;
    flex-shrink: 0;
  }

  .header__socials-label,
  .header__project-link span {
    font-size: 11.75px;
    margin-bottom: 0;
  }

  .header__social-link {
    flex-shrink: 0;
  }

  .header__social-link img {
    width: 30.84px;
    height: 23.5px;
  }

  .header__project-link {
    gap: 8px;
    flex-shrink: 0;
  }

  .header__project-link img {
    width: 9.55px;
    height: auto;
  }

  .hero {
    display: block;
    padding: 0;
  }

  .hero__content {
    max-width: none;
  }

  .hero__top-badge {
    gap: 6px;
    margin-bottom: 20px;
  }

  .hero__top-badge-icon {
    width: 18px;
    height: 18px;
  }

  .hero__top-badge-text {
    margin-top: 0;
    font-size: 11.75px;
    line-height: 1.08;
  }

  .hero__title {
    font-size: 40px;
    line-height: 95%;
  }

  .hero__title-br {
    display: inline;
  }

  .hero__description {
    margin-top: 16px;
    max-width: 299px;
    font-size: 11px;
    line-height: 108%;
  }

  .hero__cta-row {
    margin-top: 20px;
    align-items: center;
    gap: 13px;
  }

  .hero__button {
    height: 48px;
    margin-top: 0;
    padding: 0 16px;
    border-radius: 10px;
    gap: 6px;
    flex-shrink: 0;
  }

  .hero__button-text {
    font-size: 14px;
    white-space: nowrap;
  }

  .hero__button-icon {
    width: 14px;
    height: 14px;
  }

  .hero__cta-note {
    max-width: 99px;
    font-size: 10px;
    line-height: 108%;
  }

  .hero__visual {
    display: none;
  }

  .hero__stats {
    margin-top: 28px;
    flex-wrap: nowrap;
    gap: 12px;
    width: 100%;
    max-width: 318px;
  }

  .hero__stat:nth-of-type(1) {
    width: 86px;
  }

  .hero__stat:nth-of-type(2) {
    width: 143px;
  }

  .hero__stat:nth-of-type(3) {
    width: 91px;
  }

  .hero__stats-divider {
    display: block;
    width: 0.5px;
    height: 24px;
  }

  .hero__stat-value {
    font-size: 22px;
  }

  .hero__stat-label {
    font-size: 11px;
  }

  .results.section-inner {
    width: 100%;
    padding: 15px;
  }



  .results {
    padding: 0;
    min-height: auto;
  }

  .results__title {
    text-align: left;
    font-size: 42px;
    margin-bottom: 24px;
  }

  .results__slider-head {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
  }

  .results__slider-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    transition: background 0.2s ease;
  }

  .results__slider-btn:hover {
    background: rgba(189, 254, 82, 0.2);
  }

  .results__slider-btn img {
    width: 24px;
    height: auto;
  }

  .results__slider {
    overflow: hidden;
    width: 100%;
  }

  .results__cards.swiper-wrapper {
    display: flex;
    align-items: stretch;
    gap: 0;
  }

  .results__card.swiper-slide {
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }

  .results__card::before {
    animation: results-border-rotate 3s linear infinite;
  }

  .audit-cta__form-row {
    grid-template-columns: 1fr;
    display: grid;
  }

  .audit-cta__actions {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .audit-cta__messengers {
    margin-left: 0;
  }

  .workflow__steps {
    grid-template-columns: 1fr;
    grid-template-areas:
      "request"
      "audit"
      "deal"
      "launch";
    gap: 16px;
    min-height: auto;
  }

  .workflow__step-digit {
    display: block;
    right: 16px;
    top: 0;
  }

  .workflow__step {
    padding: 20px;
    min-height: 112px;
  }

  .workflow__step--request,
  .workflow__step--audit,
  .workflow__step--deal,
  .workflow__step--launch {
    padding: 20px;
  }

  .workflow__step-title {
    font-size: 18px;
    line-height: 116%;
    margin-bottom: 8px;
    max-width: calc(100% - 88px);
  }

  .workflow__step--request:before {
    top: auto;
    content: '';
    background: url(/local/templates/rootpulse landing/assets/img/union.svg) no-repeat;
    width: 29px;
    height: 60px;
    display: block;
    position: absolute;
    right: 60px;
    bottom: -37px;
    transform: rotate(90deg);
  }

  .workflow__step--audit:before {
    left: 50px;
  }

  .workflow__step--deal:before {
    top: auto;
    position: absolute;
    right: calc(50% - 20px);
    bottom: -36px;
    transform: rotate(90deg);
  }

  .workflow__step-text {
    font-size: 14px;
    line-height: 116%;
    color: #999;
    max-width: calc(100% - 88px);
  }

  .workflow__step--request .workflow__step-text,
  .workflow__step--audit .workflow__step-text,
  .workflow__step--deal .workflow__step-text,
  .workflow__step--launch .workflow__step-text {
    max-width: calc(100% - 88px);
  }

  .workflow__step-digit--1,
  .workflow__step-digit--4 {
    font-size: 120px;
    top: 0;
  }

  .workflow__step-digit--4 {
    top: 30px;
  }

  .workflow__step-digit--2,
  .workflow__step-digit--3 {
    font-size: 120px;
    top: 10px;
  }

  .audit-cta__button {
    min-width: 100%;
  }

  .about-automation.section-inner {
    width: 100%;
    padding: 0 15px;
    margin-top: 0px;
  }
  .audit-cta {
    margin-top: 0;
  }

  .about-automation__line--desc {
    left: 0;

  }

  .about-automation {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    min-height: auto;
    margin-top: 64px;
    padding-top: 0;
    overflow: hidden;
  }

  .about-automation::after {
    display: block;
    width: min(320px, 85vw);
    height: min(240px, 64vw);
    right: -18%;
    top: 8%;
    opacity: 0.15;
    z-index: 0;
  }

  .about-automation__line {
    position: relative;
    z-index: 1;
    max-width: 100%;
    margin: 0;
  }

  .about-automation__line--know,
  .about-automation__line--almost {
    font-size: 47px;
    line-height: 95%;
    color: #bdfe52;
  }

  .about-automation__line--about {
    font-size: 35px;
    line-height: 95%;
    color: #fff;
    margin-top: 8px;
  }

  .workflow {
    margin-top: 0;
  }

  .about-automation__line--desc,
  .about-automation__line--tagline {
    font-size: 16px;
    line-height: 140%;
    color: #999;
  }

  .about-automation__line--desc {
    margin-top: 14px;
  }

  .about-automation__arrow {
    display: block;
    width: 33px;
    height: 32px;
    margin: 20px 0 0 8px;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
  }

  .about-automation__arrow img {
    display: block;
    width: 33px;
    height: 32px;
  }

  .about-automation__arrow.ar2 img {
    position: relative;
    left: 210px;
  }

  .about-automation__line--excel {
    font-size: 18px;
    line-height: 110%;
    color: #fff;
  }

  .about-automation__line--excel {
    margin-top: 20px;
  }

  .about-automation__line--tagline {
    margin-top: 20px;
    max-width: 260px;
  }

  .about-automation__line--crm {
    margin-top: 20px;
    max-width: 100%;
  }

  .tariffs {
    --tariffs-card-width: 100%;
    padding: 16px 0;
    min-height: auto;
  }

  .tariffs__track {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 20px;
    min-height: auto;
    overflow: visible;
    padding-bottom: 0;
  }

  .tariffs__card {
    flex: 1 1 auto;
    width: 100%;
    min-height: auto;
    margin-right: 0;
    transform: none;
    filter: none;
  }

  .tariffs__track:not(:has(.tariffs__card:hover)) .tariffs__card:first-child,
  .tariffs__track:has(.tariffs__card:hover) .tariffs__card:not(:hover),
  .tariffs__card:hover,
  .tariffs__card {
    transform: none;
    filter: none;
  }

  .tariffs__card:last-child {
    margin-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .results__card::before {
    animation: none;
  }

  .hero__button::before,
  .hero__button::after,
  .audit-cta__button::before,
  .audit-cta__button::after,
  .tariffs__card-btn::before,
  .tariffs__card-btn::after,
  .audit-cta__messenger::before,
  .audit-cta__messenger::after {
    animation: none;
  }

  .hero__top-badge-rotator__word {
    transition: none;
  }

  .tariffs__card {
    transition: none;
  }

  .tariffs__track:not(:has(.tariffs__card:hover)) .tariffs__card:first-child,
  .tariffs__card:hover,
  .tariffs__card {
    transform: none;
    filter: none;
  }
}

.header__project-link span.get-consult {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* End */
/* /local/templates/rootpulse landing/styles.css?178342218234468 */
